home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pcppal.arc / README < prev    next >
Encoding:
Text File  |  1987-01-01  |  7.5 KB  |  152 lines

  1.   **************************************************************************
  2.             PCP-PAL.ARC  REVISED 1-1-87  to replace PCPSCRIP.ARC
  3.   **************************************************************************
  4.    ProComm 2.4 Command file to dial PC Pursuit numbers.  Demonstrates
  5.    menu building, branching on user input, etc.
  6.    String variables are used extensively here.  Their uses are:
  7.  
  8.    S0 - holds user input for SWITCHing
  9.    S1 - holds PCP city name
  10.    S2 - holds PCP city area code
  11.    S3 - holds final destination name
  12.    S4 - holds final destination phone number
  13.    S5 - holds user input for SWITCHing
  14.    S6 - you must set to modem dial command and local TELENET number
  15.    S7 - you must set to your PCP password
  16.    S8 - you must set to your PCP user id
  17.    S9 - you must set to apporpriate baud rate (3 or 12)
  18.  
  19.   **************************************************************************
  20.  
  21.   The concept for this and previous files (PCPSCRIP.ARC) was inspired by a
  22.   person that, to this day remains unknown.  It is his/her groundwork that
  23.   has made this program possible.  The original concept was downloaded from
  24.   the NET EXCHANGE and has been re-written by: Al Kalian, Sysop, PALLADIN BBS
  25.   415-332-1655.  All comments, and suggestions are welcomed.
  26.   **************************************************************************
  27.  
  28. There are three main areas to make all of this happen:
  29.  
  30.            1. PCP.CMD is the file that you call from PROCOMM that will
  31.               dial the Telenet number and then calls INTRO.CMD
  32.  
  33.            2. INTRO.CMD is the file that will display all of the cities
  34.               that are available, 25 in all at the present, but you can
  35.               add as many as you want.  It is automatically called by
  36.               PCP.CMD
  37.  
  38.            3. "CITIES".CMD are the various cities that INTRO.CMD will call
  39.               based on your selection.  You can add as many cities as you
  40.               want by adding an entry to INTRO.CMD, and making a new
  41.               .CMD file.  Just copy one of the existing files to the new
  42.               city and edit it with new values. These are automatically
  43.               called by INTRO.CMD as needed.
  44.  
  45. Explanations are given as comments in PCP.CMD, and ATLANTA.CMD
  46. None of the other files has comments, so check out these files first.
  47.  
  48.  
  49.  
  50. *****************************************************************************
  51.                           HOW TO USE THIS PROGRAM
  52. *****************************************************************************
  53.  
  54. First un-arc the file and copy all of the files into your Procomm directory.
  55. Be careful to first check to see that you don't have any other files with
  56. the same names as the files contained here, cause they will be lost in the
  57. copying process.
  58.  
  59. Next, use your favorite text editor, and edit the file PCP.CMD with your
  60. Password, local Telenet access number, and the baud rate you will be using.
  61. The file will show you where these things go.
  62.  
  63. You are ready to go.  One little word of caution.  As of this writing, 1/1/87
  64. PC-Pursuit has not yet implemented the additions of the new 11 cities.  They
  65. are Portland, San Jose, Phoenix, Milwaukee, Tampa, Glendale, Cleveland, Miami,
  66. Research Triangle Park, Minneapolis, and Salt Lake City.  If you select one
  67. of these cities and it has not been implemented yet, the macro will die, and
  68. you will get a message "error opening .CMD file", at that point you must
  69. ALT-H (hang-up) and redial PC-Pursuit.
  70.  
  71. Once you have prepared the file PCP.CMD, you are ready to go.  Get into
  72. Procomm, and press ALT-F5, and then type in   PCP  and press return.  If you
  73. did everything right you will be logged on to PC-Pursuit and have the Main
  74. Menu displayed. Pick a city, which will be displayed, and press return.
  75.  
  76. If the city trunk is free you will be connected, and you will see the BBS
  77. Menu.  If no connection was made you will be returned to the Main Menu for
  78. another selection.
  79.  
  80. If the trunk was free and you have the BBS menu, just select the number of
  81. the one you want, and press enter.  If none of the choices suits you, select
  82. the "M" for manual, and enter the number you wish to dial. NOTE !   Do not
  83. use any spaces or dashes in the phone number you enter manually.  Do it like
  84. this-------> 3321655, NOT 332-1655, or 332 1655
  85.  
  86. If the BBS you were calling is busy you will be returned to the BBS menu for
  87. another selection.  If you don't want any select the "Q" from the Menu and
  88. you will be returned to the City Menu for another selection.
  89.  
  90. When you are successful in making a connection you will hear a short beep,
  91. and the program will turn you over to the BBS you called.  When you are done
  92. making your call, and logged off the BBS you will see a message...BUSY  At
  93. this poing press ALT-H (hang-up) and you will be disconnected from the
  94. PC-Pursuit network and you can start from the beginning....ALT-F5 & PCP.CMD
  95.  
  96. To leave the program from the Main Menu select "Q" and you will be returned
  97. to Procomm.
  98.  
  99.  
  100.  
  101.  
  102. *****************************************************************************
  103.    If you want to edit the files, to change the phone numbers, here's how.
  104. *****************************************************************************
  105.  
  106. With any text editor call up the city file you want to edit and find the
  107. part of the file that looks like this:
  108.  
  109. BEGIN:
  110.    CLEAR
  111.    LOCATE 4,0
  112.    MESSAGE "                         ╔═╡ SAN FRANCISCO NUMBERS╞══╗"
  113.    MESSAGE "                         ║                           ║"
  114.    MESSAGE "    This is          >   ║  1 - Charsima             ║"
  115.    MESSAGE "    where you        >   ║  2 - Log On Unlimited     ║"
  116.    MESSAGE "    change the       >   ║  3 - COMM 1               ║"
  117.    MESSAGE "    name of the      >   ║  4 - Palladin             ║"
  118.    MESSAGE "    BBS you want     >   ║  5 - Transfer Station     ║"
  119.    MESSAGE "    to add or delete >   ║  6 - Insite               ║"
  120.    MESSAGE "                         ║  M - Manual Dial          ║"
  121.    MESSAGE "                         ║  Q - Return to MAIN menu  ║"
  122.    MESSAGE "       See the next      ║                           ║"
  123.    MESSAGE "       page for what     ╠═══════════════════════════╣"
  124.    MESSAGE "       else needs to     ║ ENTER THE # OF THE BBS OF ║"
  125.    MESSAGE "       be done.          ║ YOUR CHOICE:              ║"
  126.    MESSAGE "                         ╚═══════════════════════════╝"
  127.  
  128.  
  129. After you make the changes to the Menu, you have to change the numbers
  130. in the dialing part of the Macro.  Page through the file until you see
  131. something like this:
  132.  
  133.       CASE "1"  <-----------------This corresponds to the number in the Menu
  134.          ASSIGN S3 "Charisma" <---Change the name here to match the Menu
  135.          ASSIGN S4 "3496576"  <---Change the number here to match the name
  136.       ENDCASE
  137.  
  138.       CASE "2"
  139.          ASSIGN S3 "Log On Unlimited"
  140.          ASSIGN S4 "5716911"
  141.       ENDCASE                       ****************************************
  142.                                     *  Some things to keep in mind !!
  143.       CASE "3"                      *
  144.          ASSIGN S3 "Com 1"          *  Enclose the names, and the numbers in
  145.          ASSIGN S4 "3700411"        *  quotes (")  as shown at the left
  146.       ENDCASE                       *
  147.                                     *  Do not put (-) in the phone numbers
  148.       CASE "4"                      *
  149.          ASSIGN S3 "Palladin"       *  That's all there is to it.
  150.          ASSIGN S4 "3321655"        *
  151.       ENDCASE                       *****************************************
  152.